Return

Edit Resource: DurOverrideType

Format

SCHED / EditResource '<ResourceName>' DurOverrideType <DurOverrideType>

Description

The DurOverrideType attribute under EditResource defines the type of duration override for the resource that can override a task's fixed duration that uses this resource.

Parameters

ParameterDescription
DurOverrideTypeThe parameter options are either 'None', 'FixedDur', or 'EfficiencyFactor'.
  • None: There is no override of a task's defined fixed duration for the task's assignments that use this resource
  • FixedDur: This resource will define a fixed duration to override a task's fixed duration for the assignments that use this resource.
  • EfficiencyFactor: This resource will define an Efficiency Factor that is used to override a task's fixed duration for the task's assignments that use this resource. The Efficiency Factor is the denominator in the formula; OverrideDuration = task defined fixed duration/ Efficiency Factor.

Examples

The resource will not override a task's defined fixed duration.

SCHED / EditResource 'OpsTeam' DurOverrideType None

Set the override duration for OpsTeam to a fixed duration.

SCHED / EditResource 'OpsTeam' DurOverrideType Fixed